/login_api/
Login
A login method is a way to verify the identity of a user and grant him access to a system. To use the /login_api/ method, a user submits their credentials, such as a username and password, to the system and the system then verifies the credentials and, if they are valid, sends a token back indicating that the user has been authenticated and can access the system or service.
Endpoint name - /login_api/